Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - multi threaded server
Search - multi threaded server - List
当今的网络时代,下载软件是使用最为频繁的软件之一。几年来,下载技术也在不停地发展。最原始的下载功能仅仅是个“下载”过程,即从WEB服务器上连续地读取文件。其最大的问题是,由于网络的不稳定性,一旦连接断开使得下载过程中断,就不得不全部从头再来一次。 随后,“断点续传”的概念就出来了,顾名思义,就是如果下载中断,在重新建立连接后,跳过已经下载的部分,而只下载还没有下载的部分。 无论“多线程下载”技术是否洪以容先生的发明,洪以容使得这项技术得到前所未有的关注是不争的事实。在“网络蚂蚁”软件流行开后,许多下载软件也都纷纷效仿,是否具有“多线程下载”技术、甚至能支持多少个下载线程都成了人们评测下载软件的要素。“多线程下载”的基础是WEB服务器支持远程的随机读取,也即支持“断点续传”。这样,在下载时可以把文件分成若干部分,每一部分创建一个下载线程进行下载。 -today's Internet era, download software is the most frequently used one of the software. In recent years, technology has been downloaded development. Download the most primitive function was merely a "download" process, from the Web server to read documents consecutive. Its biggest problem is that because of the instability of the network, once connected disconnect makes downloading process interrupted, have to going back to square one all. Subsequently, the "HTTP" concept comes on the name implies, is that if you download interruption, in the re-establishment of links, Skips have downloaded some, and not only download part of the download. Whether the "multi-threaded download" technology to accommodate Mr. Hung, the invention Hung to accommodate this tech
Update : 2008-10-13 Size : 181847 Publisher : 风林火山

DL : 0
JAVA课程设计(五子棋) 包含论文 摘 要 目前,以计算机技术和网络技术为核心的现代网络技术已在现实生活和生产中得以广泛的使用,休闲类网络游戏集趣味性,娱乐性,互动性和益智性于一体,已经成为多数人群的休闲方式。 本软件使用JAVA语言实现,通过对SCOKET技术的理解,在此基础上建立服务器与多客户端的连接,利用多线程处理多个客户端之间的信息。 通过对软件的编写,加深对以上技术的理解和掌握。 关键词: 多线程 流套接字 APPLET 数据传输 -JAVA Course Design (331) contains papers Abstract At present, computer and network technology at the core of modern networking technology in real life and production is widely used. leisure class network game set interesting, entertaining, interactive and informative sexual integration have become the majority of the leisure crowd. The use of Java software language, right SCOKET technical understanding, In this based on the server and multi-client connectivity, the use of a number of multi-threaded processing between the client information. Through the preparation of the software, a deeper understanding of the techniques above to understand and grasp. Keywords : multithreading flow data transmission socket APPLET
Update : 2008-10-13 Size : 65555 Publisher : shushun

This code is a sample of proxy server purely written in .NET(C#).It s Multi-Threaded and smart enough to accept internet connections from any client in the LAN and the speed is good. So please vote. -This code is a sample of proxy server purely written in.NET (C#). It's Multi-Threaded and sm art enough to accept connections from internet any client in the LAN and the speed is good. So ple ase vote.
Update : 2008-10-13 Size : 13354 Publisher : 微环境

用VC编写的一个基于WinSocket的http服务器,该程序中完成了自己的异常处理和多线程的处理。-VC prepared a WinSocket on the http server, The procedures completed his abnormal processing and multi-threaded processing.
Update : 2008-10-13 Size : 40745 Publisher : 刘山

来自国外的一个完整的下载程序,好就好在它支持代理服务器,并且实现了断点续传!是一个不可多的的好东东!很好的参考。 在这基础上在继续发展,可以做出一个很棒的下载程序。一般的下载程序都支持了多线程,今后,我们也会加入关于VB编写多线程的示例。-from abroad a complete download, it is good because the proxy server support, and achieved a HTTP! It is not a good number of Eastern! Good reference. On this basis the development, can make a great download. Download the general support of multithreading that in the future we will join the preparation of multi-threaded VB examples.
Update : 2008-10-13 Size : 153184 Publisher : 过风

DL : 0
一个P2P软件,本软件可在任何一个标准配置的主机上运行。运行本软件的主机既可作为客户端,也作为服务器端运行,是一个典型的多线程程序;首先作为服务器端,有一个服务器线程始终监听指定的端口,如果网络上有其他主机要求需要建立连接,互相交换共享文件信息,双方就可以互相下载对方共享的文件。-a peer-to-peer software, the software may at any one standard configuration running on the mainframe. Running the software as a mainframe client can also run as a server, is a typical multi-threaded; As the first server, a server thread always listening designated ports, if the network is required by other hosts to connect and exchange information sharing files and on the other side the other download files shared.
Update : 2008-10-13 Size : 65029 Publisher : 叶志勇

JAVA中实现的多线程实现的Web服务器-JAVA achieve the realization of multi-threaded Web server
Update : 2008-10-13 Size : 1878 Publisher : 果农

This article is about a client/server multi-threaded socket class.
Update : 2008-10-13 Size : 117609 Publisher : 如水

多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能.在局域网中测试达到极限速度.支持断点续传.服务端可同时接收多个文件.传输文件的同时可以发送网络消息.-multi-threaded socket file transfer / support HTTP / transceiver news / obstruction use point-to-multipoint modes of socket, multi-threaded, high performance. In LAN test the speed limit. Support for HTTP. The server can also send multiple files. Transfer files with the when this network news.
Update : 2008-10-13 Size : 29582 Publisher : 胡瓜

服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple, Java API sets to address the communications interface provides a type java.net.Socket. , Making the preparation of network applications relatively easily. Multi-threaded servers to meet the multi-user request, through JDBC and background database connections, and through the creation of a ServerSocket object from the client to monitor the connection request, the default port of 8080.
Update : 2008-10-13 Size : 1710416 Publisher : 陈玉平

实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-achieved a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, including initialization of critical and delete critical of the use of the completion of a number of critical thread on the critical resources of the exclusive visit, work to create threads, threads from work, definitions and setting events using multiple threads completed the synchronization and collaboration.
Update : 2008-10-13 Size : 62700 Publisher : 张伟

DL : 0

Pablo's FTP Server is a multi threaded FTP server for Windows 98/NT/XP. It comes with an easy to use interface and can be accessed from the system tray. The server handles all basic FTP commands and offers easy user account management and support for virtual directories.


Update : 2009-02-17 Size : 189980 Publisher : lizhuofeng

VS2008配合QT写的一个多线程WEB服务器。真的多线程哦亲!很好用的。-VS2008 with the QT wrote a multi-threaded Web server. Really multithreaded pro! Good use.
Update : 2024-05-19 Size : 8773632 Publisher : Giroro

来自国外的一个完整的下载程序,好就好在它支持代理服务器,并且实现了断点续传!是一个不可多的的好东东!很好的参考。 在这基础上在继续发展,可以做出一个很棒的下载程序。一般的下载程序都支持了多线程,今后,我们也会加入关于VB编写多线程的示例。-from abroad a complete download, it is good because the proxy server support, and achieved a HTTP! It is not a good number of Eastern! Good reference. On this basis the development, can make a great download. Download the general support of multithreading that in the future we will join the preparation of multi-threaded VB examples.
Update : 2024-05-19 Size : 152576 Publisher : 过风

JAVA中实现的多线程实现的Web服务器-JAVA achieve the realization of multi-threaded Web server
Update : 2024-05-19 Size : 2048 Publisher : 果农

多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能.在局域网中测试达到极限速度.支持断点续传.服务端可同时接收多个文件.传输文件的同时可以发送网络消息.-multi-threaded socket file transfer/support HTTP/transceiver news/obstruction use point-to-multipoint modes of socket, multi-threaded, high performance. In LAN test the speed limit. Support for HTTP. The server can also send multiple files. Transfer files with the when this network news.
Update : 2024-05-19 Size : 136192 Publisher : 胡瓜

实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-achieved a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, including initialization of critical and delete critical of the use of the completion of a number of critical thread on the critical resources of the exclusive visit, work to create threads, threads from work, definitions and setting events using multiple threads completed the synchronization and collaboration.
Update : 2024-05-19 Size : 453632 Publisher : 张伟

多线程下载文件服务器,接收客户端登陆信息,和传递文件-multi-threaded download the file server, the receiving client landing information, and transmit documents
Update : 2024-05-19 Size : 2292736 Publisher : lxy

基于mfc多线程框架的程序。可存储转发ftp程序,集客户端和服务器端-based on the framework of multi-threaded process. Ftp can be store- and-forward procedures, collect client and server
Update : 2024-05-19 Size : 2295808 Publisher : 刘仲强

多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息.-multi-threaded socket file transfer/support HTTP/transceiver news/obstruction use point-to-multipoint modes of socket, multi-threaded, high performance. In LAN test the speed limit. Support for HTTP. The server can also send multiple files. Transfer files with the when this network news.
Update : 2024-05-19 Size : 141312 Publisher : 韩为
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 32 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.